home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Tools.Dxr / Internal_38_race auto continue.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  122 b   |  9 lines

  1. on exitFrame
  2.   if the timer > (18 * 60) then
  3.     stopSounds()
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.